Uncaught TYPO3 Exception
#1294587215: Segment &quot;inhalt-nicht-gefunden&quot; was not a keyword for a postVarSet as expected on page with id=1415.<br /> <br /> Additionally, https://www.xn--wir-untersttzen-sie-gbc.de/inhalt-nicht-gefunden.html was not found while trying to retrieve the error document. (More information)

RuntimeException thrown in file
/var/www/vhosts/steinburg.de/typo3_src-7.6.47/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php in line 2140.

17 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageErrorHandler("https://www.xn--wir-untersttzen-sie-gbc.de/inhalt-nicht-gefunden.html", "HTTP/1.0 404 Not Found", "Segment "inhalt-nicht-gefunden" was not a keyword found while trying to retrieve the error document.")

/var/www/vhosts/steinburg.de/typo3_src-7.6.47/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02061:     public function pageNotFoundHandler($code, $header = '', $reason = '')
02062:     {
02063:         $this->pageErrorHandler($code, $header, $reason);
02064:     }
02065: 

16 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundHandler("inhalt-nicht-gefunden.html", "HTTP/1.0 404 Not Found", "Segment "inhalt-nicht-gefunden" was not a keyword for a postVarSet as expected on page with id=1415.")

/var/www/vhosts/steinburg.de/typo3_src-7.6.47/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
02012:     {
02013:         $header = $header ?: $this->TYPO3_CONF_VARS['FE']['pageNotFound_handling_statheader'];
02014:         $this->pageNotFoundHandler($this->TYPO3_CONF_VARS['FE']['pageNotFound_handling'], $header, $reason);
02015:         die;
02016:     }

15 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::pageNotFoundAndExit("Segment "inhalt-nicht-gefunden" was not a keyword for a postVarSet as expected on page with id=1415.")

/var/www/vhosts/steinburg.de/httpdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01533:   }
01534: 
01535:   $this->caller->pageNotFoundAndExit($errorMessage);
01536:  }
01537: }

14 DmitryDulepov\Realurl\Decoder\UrlDecoder::throw404("Segment "inhalt-nicht-gefunden" was not a keyword for a postVarSet as expected on page with id=1415.")

/var/www/vhosts/steinburg.de/httpdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01117:    $pathSegments = array();
01118:   } else {
01119:    $this->throw404('Segment "' . $postVarSetKey . '" was not a keyword for a postVarSet as expected on page with id=' . $pageId . '.');
01120:   }
01121:  }

13 DmitryDulepov\Realurl\Decoder\UrlDecoder::handleNonExistingPostVarSet(1415, "inhalt-nicht-gefunden", array)

/var/www/vhosts/steinburg.de/httpdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00627:     $postVarSetKey = array_shift($pathSegments);
00628:     if (!isset($postVarSets[$postVarSetKey]) || !is_array($postVarSets[$postVarSetKey])) {
00629:      $this->handleNonExistingPostVarSet($pageId, $postVarSetKey, $pathSegments);
00630:     } else {
00631:      $postVarSetConfiguration = $postVarSets[$postVarSetKey];

12 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodePostVarSets(1415, array)

/var/www/vhosts/steinburg.de/httpdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00860:   }
00861:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodeFixedPostVars($pageId, $pathSegments));
00862:   ArrayUtility::mergeRecursiveWithOverrule($requestVariables, $this->decodePostVarSets($pageId, $pathSegments));
00863: 
00864:   $this->mergeWithExistingGetVars($requestVariables);

11 DmitryDulepov\Realurl\Decoder\UrlDecoder::doDecoding("inhalt-nicht-gefunden.html")

/var/www/vhosts/steinburg.de/httpdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
01311:   if (!$cacheEntry) {
01312:    $this->originalPath = $urlPath;
01313:    $cacheEntry = $this->doDecoding($urlPath);
01314:    // Note the newly created cache entry is not saved because it is unsafe!
01315:    // The user can supply any number of free form parameters and those

10 DmitryDulepov\Realurl\Decoder\UrlDecoder::runDecoding()

/var/www/vhosts/steinburg.de/httpdocs/typo3conf/ext/realurl/Classes/Decoder/UrlDecoder.php:
00155:     if ($this->speakingUri) {
00156:      $this->setLanguageFromQueryString();
00157:      $this->runDecoding();
00158:     }
00159:    }

9 DmitryDulepov\Realurl\Decoder\UrlDecoder::decodeUrl(array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)
8 call_user_func_array(array, array)

/var/www/vhosts/steinburg.de/typo3_src-7.6.47/typo3/sysext/core/Classes/Utility/GeneralUtility.php:
04412:                     }
04413:                     // Call method:
04414:                     $content = call_user_func_array([&$classObj, $parts[1]], [&$params, &$ref]);
04415:                 } else {
04416:                     $errorMsg = 'No method name \'' . $parts[1] . '\' in class ' . $parts[0];

7 TYPO3\CMS\Core\Utility\GeneralUtility::callUserFunction("DmitryDulepov\Realurl\Decoder\UrlDecoder->decodeUrl", array, TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController)

/var/www/vhosts/steinburg.de/typo3_src-7.6.47/typo3/sysext/frontend/Classes/Controller/TypoScriptFrontendController.php:
01177:             $_params = ['pObj' => &$this];
01178:             foreach ($this->TYPO3_CONF_VARS['SC_OPTIONS']['tslib/class.tslib_fe.php']['checkAlternativeIdMethods-PostProc'] as $_funcRef) {
01179:                 GeneralUtility::callUserFunction($_funcRef, $_params, $this);
01180:             }
01181:         }

6 TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController::checkAlternativeIdMethods()

/var/www/vhosts/steinburg.de/typo3_src-7.6.47/typo3/sysext/frontend/Classes/Http/RequestHandler.php:
00136:             $this->bootstrap->loadCachedTca();
00137:         }
00138:         $this->controller->checkAlternativeIdMethods();
00139:         $this->controller->clear_preview();
00140:         $this->controller->determineId();

5 TYPO3\CMS\Frontend\Http\RequestHandler::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/var/www/vhosts/steinburg.de/typo3_src-7.6.47/typo3/sysext/core/Classes/Core/Bootstrap.php:
00309: 
00310:         // Execute the command which returns a Response object or NULL
00311:         $this->response = $requestHandler->handleRequest($request);
00312:         return $this;
00313:     }

4 TYPO3\CMS\Core\Core\Bootstrap::handleRequest(TYPO3\CMS\Core\Http\ServerRequest)

/var/www/vhosts/steinburg.de/typo3_src-7.6.47/typo3/sysext/frontend/Classes/Http/Application.php:
00076:     public function run(callable $execute = null)
00077:     {
00078:         $this->bootstrap->handleRequest(\TYPO3\CMS\Core\Http\ServerRequestFactory::fromGlobals());
00079: 
00080:         if ($execute !== null) {

3 TYPO3\CMS\Frontend\Http\Application::run()

/var/www/vhosts/steinburg.de/typo3_src-7.6.47/index.php:
00031: call_user_func(function () {
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

2 {closure}()

/var/www/vhosts/steinburg.de/typo3_src-7.6.47/index.php:
00032:     $classLoader = require rtrim(realpath(__DIR__ . '/typo3'), '\\/') . '/../vendor/autoload.php';
00033:     (new \TYPO3\CMS\Frontend\Http\Application($classLoader))->run();
00034: });

1 require("/var/www/vhosts/steinburg.de/typo3_src-7.6.47/index.php")

/var/www/vhosts/steinburg.de/httpdocs/index.php:
00020: 
00021: require 'opcache_reset.php';
00022: require 'typo3_src/index.php';